DevForce Help Reference
GetValue<T>(String) Method


The name specified in the <verifierArg> element
Returns the value in the <verifierArgs> collection corresponding to the given name. If name does not exist, the default value for the given type is returned.
Syntax
'Declaration
 
Public Overloads Function GetValue(Of T)( _
   ByVal name As String _
) As T
'Usage
 
Dim instance As VerifierElement
Dim name As String
Dim value As T
 
value = instance.GetValue(Of T)(name)
public T GetValue<T>( 
   string name
)

Parameters

name
The name specified in the <verifierArg> element

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierElement Class
VerifierElement Members
Overload List

Send Feedback